GetAddInCustomData<T>(string,string) Method

Summary
Gets the add-in's custom data.
Syntax
C#
C++/CLI
public T GetAddInCustomData<T>( 
   string addinName, 
   string customDataName 
) 
public: 
_T^_ GetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName 
)  

Parameters

addinName
Name of the add-in.

customDataName
Name of the custom data.

Type Parameters

T
Type of custom data to return.

Return Value

The custom data stored in the configuration.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.